home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / setup.exe / 0 / RCDATA / TREADMETXT / TREADMETXT.txt
Text File  |  1997-01-03  |  1KB  |  58 lines

  1. object readmetxt: Treadmetxt
  2.   Left = 334
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CrashCourse Text Reader'
  7.   ClientHeight = 433
  8.   ClientWidth = 371
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 408
  19.     Width = 201
  20.     Height = 25
  21.     AutoSize = False
  22.     Caption = 
  23.       'To Continue, Please read the above license agreement, and scroll' +
  24.       ' to the end.'
  25.     Visible = False
  26.   end
  27.   object Memo1: TMemo
  28.     Left = 0
  29.     Top = 0
  30.     Width = 369
  31.     Height = 401
  32.     ReadOnly = True
  33.     ScrollBars = ssVertical
  34.     TabOrder = 1
  35.     OnChange = Memo1Change
  36.     OnClick = Memo1Click
  37.   end
  38.   object Button1: TButton
  39.     Left = 296
  40.     Top = 408
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&OK'
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 208
  49.     Top = 408
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Decline'
  53.     TabOrder = 2
  54.     Visible = False
  55.     OnClick = Button2Click
  56.   end
  57. end
  58.